home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio / Ham Radio CD-ROM (Emerald Software) (1995).ISO / tech / electrc5 / electrc5.doc next >
Text File  |  1988-08-25  |  15KB  |  375 lines

  1.  
  2.        |-----------------------  ELECTRC5  -------------------------|
  3.        |                     Copyright 1987,88                       |
  4.        |                    All Rights Reserved                     |
  5.        |------------------------------------------------------------|
  6.  
  7.  
  8. SYSTEM REQUIREMENTS :
  9.         MS/DOS OR PC/DOS Version 2 or higher
  10.         150k of free memory
  11.         1 disk drive
  12.  
  13.  
  14. Program Description :
  15.  
  16.         ELECTRC5 is designed to perform most common electrical contracting
  17.         calculations such as :
  18.  
  19.     Power/voltage/current/resistance of resistive loads.
  20.     Lighting fixture calculations based on zonal cavity method.
  21.     Calculate voltage drop for various loads, voltages and run lengths.
  22.     Calculate required wire size based on allowable voltage drops.
  23.     Determine the cost to operate various loads at different kwh charges.
  24.     Determine conduit size for combination of different wire sizes & types.
  25.     Quick calculation of Device Box fill.
  26.     Lookup of system grounding conductors.                      
  27.     Equipment grounding conductor size table.
  28.     Underground cover table.
  29.     KW to ampere conversion tables.
  30.  
  31.  -----------------------------------------------------------------------------
  32.  
  33.  
  34. Changes from ELECTRC4 :
  35.         1. The Zonal Cavity Method of Lighting Calculation has been revised
  36.            to allow "what if" calculations using different fixtures without
  37.            having to re-enter all of the room data.
  38.  
  39.         2. The Voltage Drop Calculator has been revised to accomidate
  40.            larger current values and conductor sizes.
  41.  
  42.         3. Addition of type THHN conductors in the Wire Selector.
  43.  
  44.         3. Addition of a quick reference table of proper sizing of
  45.            grounding electrode conductors, and also of equipment
  46.            grounding conductors.
  47.  
  48.         4. Addition of an underground cover requirement table.
  49.  
  50.         5. Addition of Kw to Ampere conversion tables.
  51.  
  52. ------------------------------------------------------------------------------
  53.  
  54.  
  55. Functions in ELECTRC5 :
  56.  
  57.  
  58. (A)  Dc Power/Voltage/Current/Resistance :
  59.  
  60. PURPOSE:
  61.         Calculates values for two unknown values of power, voltage,
  62.         current and resistance in DC circuits or in
  63.         100% power factor AC circuits.
  64.  
  65. DESCRIPTION:
  66.         This function uses Ohm's Law, which states that there is a relation-
  67.         ship between voltage, current, resistance and power.
  68.  
  69.         Power = Current x Voltage
  70.         Current = Voltage / Resistance
  71.         Current = Power / Voltage
  72.         Voltage = Current / Resistance
  73.         Voltage = Power / Current
  74.         Resistance = Voltage / Current
  75.  
  76.         If you want to solve for Power, Voltage, Current or Resistance, you
  77.         only need to know 2 of the 4 values.
  78.  
  79. USE:
  80.         Enter the values for any two parameters and the results are calc-
  81.         ulated for the other two.
  82.  
  83.  
  84.  
  85. (B)  Lighting Calculation ( Zonal Cavity Method )
  86.  
  87. PURPOSE:
  88.         Calculates the number of lighting fixtures required.
  89.  
  90. DESCRIPTION:
  91.         The Illuminating Engineering Society (IES) has devised a flexible
  92.         and accurate method for calculating lighting requirements, called the
  93.         ZONAL CAVITY METHOD.
  94.        
  95.  
  96. USE:
  97.         ROOM LENGTH and ROOM WIDTH values must be entered in FEET.
  98.         Decimal points are accepted (Ex. 125, 50.5, etc...)
  99.         The Maximum acceptible value for each input is 1000.
  100.        
  101.         FIXTURE HEIGHT must also be entered in FEET.
  102.         Decimal points are acceptable.
  103.  
  104.         After the above values have been entered, a second box will appear
  105.         and internally calculated values will be displayed within the box.
  106.  
  107.         After all calculations and displays are completed in the second box,
  108.         a third box will appear. You will be presented with a Fixture Type
  109.         Menu. From here you can choose fixture types contained internally or
  110.         you can choose to specify your own fixture. Fixture types stored
  111.         internally include Recessed Incandescent, Fluorescent, and High
  112.         Intensity Discharge. COEFFICIENT of UTILIZATION values which have
  113.         been compiled by IES are stored internally for these fixtures.
  114.         The internally stored fixtures are representitive of their types.
  115.         You will get accurate results using them, but if you wish to
  116.         use a type of fixture not available internally, you can choose to
  117.         specify your own type. If you choose Specify, you will be prompted
  118.         for the CU of your fixture. You will need to have the fixture
  119.         manufacturer's CU specs. By looking at the values in the first two
  120.         boxes you can select the correct CU for your fixture from the
  121.         manufacturer's CU TABLE. Next you will be prompted for the number of
  122.         LAMPS per fixture and for the LUMENS per lamp. LUMEN specs are
  123.         available from various sources. Your electrical supply house generally
  124.         has lamp catalogs from General Electric and other lamp manufacturers
  125.         which will list LUMEN values for their line.
  126.  
  127.         After the fixture type (internal or specify) has been selected and
  128.         the prompts have been answered, the program will calculate the
  129.         required quantity of fixtures and display the result on screen.
  130.  
  131.         From here you can choose to perform another lighting calculation by
  132.         pressing the ENTER key. Or you can escape to the Main Menu by
  133.         pressing the ESC key.
  134.  
  135.  
  136. (C) Voltage Drop Calculator :
  137.  
  138. PURPOSE :
  139.         Calculates the voltage drop on single phase or polyphase AC circuits.
  140. Copper and aluminum conductors from #14 to 2000 mcm are supported.
  141.  
  142.  
  143. DESCRIPTION :
  144.         The Voltage Drop Calculator asks whether or not the load is single
  145.         phase, the length of the run, the source voltage, the load amperage,
  146.         and the wire conductor size and material.
  147.         The resultant calculation is based on the Ohms/mil/ft of the
  148.         specified conductor size and material, together with the rest of
  149.         the user inputted values.
  150.  
  151. USE :
  152.         At the prompt " Is load Single Phase ?", if you answer no it is
  153.         assumed to be three phase.
  154.         The RUN LENGTH is the length in feet from the final overcurrent
  155.         device to the load terminals.
  156.         The SOURCE VOLTAGE is the voltage measured at the final overcurrent
  157.         device.
  158.         The AMPERAGE is the current which would be used by the load if
  159.         distance were not taken into account. For example, if the load is a
  160.         resistance heater requiring 10 amps to operate as designed, then
  161.         the AMPERAGE would be entered as 10.
  162.         The WIRE SIZE is in the range of #14 awg to 2000 mcm. Do not include
  163.         the # sign or the letters mcm. At the prompt, enter the numeric size
  164.         of the wire (ex. 14, 1/0, 250, 750).
  165.         The COPPER or ALUMINUM prompt is self explanatory.
  166.  
  167.         After entering the above values, the program will calculate and
  168.         display on screen:
  169.         1. The VOLTAGE DROP of the circuit. (the number of volts dropped)
  170.         2. The VOLTS AT LOAD (the voltage delivered to the load terminals)
  171.         3. The % DROP (the percentage of the source voltage dropped)
  172.        
  173.  
  174.  
  175. (D) Select Wire Size Based On Percent Voltage Drop :
  176.  
  177. PURPOSE :
  178.         Calculates the conductor size required to carry a certain load
  179. for some distance at a certain voltage while not exceeding a specific
  180. voltage drop percentage (types THW and THHN are supported).
  181.  
  182.  
  183. DESCRIPTION :
  184.         This function asks for values of Maximum allowable voltage drop
  185.         percentage, conductor material, load amperage, source voltage,
  186.         circuit length and circuit type. It then calculates the minimum
  187.         allowable conductor size required.
  188.  
  189. USE :
  190.         DESIRED % VOLTAGE DROP is the maximum allowable for that calculation.
  191.         COPPER or ALUMINUM is self explanatory.
  192.         AMPERAGE OF LOAD is the amperage required by the load.
  193.         SOURCE VOLTAGE is the voltage measured at the final overcurrent device.
  194.         LENGTH OF RUN is the distance in FEET from the final overcurrent
  195.         device to the load terminals.
  196.         The circuit type (single phase, 3 phase-3 wire, or 3 phase-4 wire)
  197.         is whichever type is applicable to the particular circuit.
  198.  
  199.         After entering values for the above parameters, the program will
  200.         calculate and display on screen, the correct conductor size required.
  201.  
  202.  
  203.  
  204. (E) Calculate Cost To Operate Various Loads :
  205.  
  206. PURPOSE :
  207.         Calculates the cost to operate a certain load a number of hours daily
  208.         for some number of days at a certain KWH utility charge.
  209.  
  210. DESCRIPTION :
  211.         Self explanatory.
  212.  
  213. USE :
  214.         POWER OF LOAD is the number of WATTS the load draws.
  215.         DAILY USE is the number of HOURS the load is operated per day.
  216.         NUMBER OF DAYS is the number of days the load is operated.
  217.         PRICE / KWH is the utility charge per killowatt hour.
  218.  
  219.         After entering the above information, the program calculates and
  220.         displays the dollar cost to operate the load for the number of
  221.         hours daily for the number of days at the chosen utility charge.
  222.  
  223.  
  224.  
  225.  
  226. (F) Conduit Size Selector :
  227.  
  228.  
  229. PURPOSE :
  230.         Calculates the trade size of conduit required for a group of conductors.
  231.  
  232. DESCRIPTION :
  233.         The Conduit Size Selector allows you to quickly and accurately
  234.         determine the conduit size required for 1 or more conductors.
  235.         Results are based on the 1988 National Electric Code.
  236.         Calculations are based on the Dimensions and Percent Area of
  237.         Conduit and Tubing from table 4 of the NEC. Maximum allowable
  238.         percent conduit fill is 53% for 1 conductor, 31% for 2 conductors
  239.         and 40% for more than 2 conductors, as per table 4. These percentages
  240.         are built into the program's calculation procedure.
  241.  
  242. USE :
  243.         Move cursor block to the desired wire size/type position then enter
  244.         the quantity of that size/type to include in the conduit.
  245.         At this point you can press ENTER to record that entry or you can
  246.         abort that entry by moving the cursor block with the direction keys.
  247.         You can use the BACKSPACE key to edit the entry at any time.
  248.         If you want to include other size/types of conductors into the same
  249.         conduit, then repeat the above procedure. You can enter any combination
  250.         of conductors in the same conduit.
  251.         When you are finished entering, press the CONTROL and END keys
  252.         together. The program will then list all the conductors you chose for
  253.         the calculation then calculate the required trade size conduit required.
  254.  
  255.  
  256. (G) Device Box Fill Calculator :
  257.  
  258. PURPOSE :
  259.         Calculates the minimum size device box to be used.
  260.  
  261. DESCRIPTION :
  262.         Each conductor in a device box must have free air space around it.
  263.         The Device Box Fill Calculator asks for the quantity and size of
  264.         conductors and whether any clamps, devices, etc, are contained in
  265.         the box. Based on this information, it calculates the total cubic
  266.         inch capacity required, and chooses a box from each type (3x2, FS,
  267.         4" square, etc..) which can be used.
  268.  
  269. USE :
  270.         At the prompts, enter the quantity of the conductors.
  271.         Pressing the ENTER key without first typing in a value inputs a
  272.         quantity of 0 for that size. When prompted for the inclusion of
  273.         any studs, clamps, devices, etc, enter a Y or N response.
  274.  
  275.         The program will then print to the screen the minimum size device
  276.         box which may be used from each device box type.
  277.  
  278.  
  279.  
  280. (H) System Grounding Electrode Conductor Table :
  281.  
  282. PURPOSE :
  283.         To determine the proper grounding electrode conductor size.
  284.  
  285. DESCRIPTION :
  286.         Table 250-94 from NEC
  287.  
  288. USE :
  289.         Self explanatory.
  290.  
  291.  
  292. (I) Equipment Ground Conductor Table :
  293.  
  294. PURPOSE :
  295.         To determine the required size equipment ground conductor.
  296.  
  297. DESCRIPTION :
  298.         Table 250-95 from NEC.
  299.  
  300. USE :
  301.         Self explanatory.
  302.  
  303.  
  304. (J) Underground Cover Table :
  305.  
  306. PURPOSE :
  307.         To determine the minimum cover requirements of underground cable,
  308.         conduit, and other raceways.
  309.  
  310. DESCRIPTION :
  311.         Table 300-5 from NEC.
  312.  
  313. USE :
  314.         Self explanatory.
  315.  
  316.  
  317. (K) KW to Ampere Tables :
  318.  
  319. PURPOSE :
  320.         To quickly convert single and poly phase KW values to ampere values
  321.         and vice versa.
  322.  
  323. USE :
  324.         Self explanatory.
  325.  
  326.  
  327. ==============================================================================
  328. ==============================================================================
  329.  
  330.  
  331.              ----------  REGISTRATION AND UPGRADE  --------
  332.  
  333.         If you are finding ELECTRC5 useful in your job planning and
  334. designing tasks, please take the time to support the many hours of designing,
  335. coding, debugging, testing and upgrading of this program. Your registration
  336. entitles you to an expanded version on disk.
  337. The expanded version, (ELECTRC6), includes all the functions of ELECTRC5,
  338. plus these additions:
  339.  
  340.         An expanded version of the Lighting Calculator which is 100%
  341.         compatible with the Illuminating Engineering Society's Zonal
  342.         Cavity Method of lighting calculation.
  343.  
  344.  
  345.         A pipe and wire selector which will prompt you for the type, rating,
  346.         length, desired maximum voltage drop, etc... , of any load circuit,
  347.         then automatically calculate and report the required wire size and
  348.         trade size conduit required (THW and THHN).
  349.  
  350.  
  351.         A price comparator which uses the results of the pipe and wire
  352.         selector calculations and displays the total cost of using THW
  353.         and also THHN conductors. You select the desired type of raceway
  354.         and the quantity of fittings, and costcomp searches data files
  355.         for trade prices and calculates and displays the total costs.
  356.         The data files are in ASCII format, and can easily be modified
  357.         by you with any word processor to reflect your actual cost from
  358.         your supply house. Costcomp currently supports E.M.T., Galvanized,
  359.         and P.V.C. conduits and associated fittings and sweeps.
  360.  
  361.  
  362.  
  363. ================================================================================
  364.  
  365.  
  366.         Once again, thanks for using and supporting ELECTRC5.
  367.         As always, any questions, comments and suggestion are welcome.
  368.         Registration fee $35.00.
  369.  
  370.  
  371.         Robert J. La Capra
  372.         50 Hillside Terrace
  373.         Andover, NJ 07821
  374.  
  375.